From ff9ea1de5520870b599cb46d57c791a270e38303 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 18 Jul 2007 18:29:15 +0000 Subject: [PATCH] Fix doc for splitoutput option. --- xmldoc/formats/options/text-splitoutput | 12 ------------ xmldoc/formats/options/text-splitoutput.xml | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 12 deletions(-) delete mode 100644 xmldoc/formats/options/text-splitoutput create mode 100644 xmldoc/formats/options/text-splitoutput.xml diff --git a/xmldoc/formats/options/text-splitoutput b/xmldoc/formats/options/text-splitoutput deleted file mode 100644 index fb6b675bc..000000000 --- a/xmldoc/formats/options/text-splitoutput +++ /dev/null @@ -1,12 +0,0 @@ - - Splits output into separate files for each waypoint by appending a - decimal number to the output filename. - - If "MyPQ.gpx" contains five waypoints, - - gpsbabel -i gpx -f MyPocketQuery -o text,split -F blah - - will result in files named blah1 ... blah5, each containing info - from one of those waypoints. - - diff --git a/xmldoc/formats/options/text-splitoutput.xml b/xmldoc/formats/options/text-splitoutput.xml new file mode 100644 index 000000000..5bf9d4c41 --- /dev/null +++ b/xmldoc/formats/options/text-splitoutput.xml @@ -0,0 +1,15 @@ + + Splits output into separate files for each waypoint by appending a + decimal number to the output filename. + + + Example for splitoutput option to text format + + If "MyPQ.gpx" contains five waypoints, + + gpsbabel -i gpx -f MyPocketQuery -o text,split -F blah + + will result in files named blah1 ... blah5, each containing info + from one of those waypoints. + + -- 2.30.2